home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / SchemaDoc$7.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.0 KB  |  25 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.util.Evaluator;
  4. import com.extensibility.xml.AttributeDeclaration;
  5. import com.extensibility.xml.BaseDeclaration;
  6.  
  7. class SchemaDoc$7 implements Evaluator {
  8.    // $FF: synthetic field
  9.    final String val$name;
  10.    // $FF: synthetic field
  11.    final AttributeDeclaration.Owner val$owner;
  12.    // $FF: synthetic field
  13.    final SchemaDoc this$0;
  14.  
  15.    public boolean isMatch(Object var1) {
  16.       return ((BaseDeclaration)var1).getName().equals(this.val$name) && this.val$owner == ((AttributeDeclaration)var1).getOwner();
  17.    }
  18.  
  19.    SchemaDoc$7(String var1, AttributeDeclaration.Owner var2, SchemaDoc var3) {
  20.       this.val$name = var1;
  21.       this.val$owner = var2;
  22.       this.this$0 = var3;
  23.    }
  24. }
  25.